Skip to main content

renewEip

Description

Renew eip.

Request Method

PUT

Request Path

/customer/eip/renew

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
periodBODYstringYesNo sample value for this parameter.period
instanceIdBODYstringYesNo sample value for this parameter.instance id
costBODYnumberNoNo sample value for this parameter.amount
regionIdBODYstringYesNo sample value for this parameter.region id
voucherInstanceIdBODYstringNoNo sample value for this parameter.vouchar instance id
pricingCycleBODYstringYesNo sample value for this parameter.cycle. Month or Year
couponInstanceIdBODYstringNoNo sample value for this parameter.coupon instance id

Return data

NameTypeSample valueDescription
resultobject`{"orderId":2.02207271417009997E+18}`result
resultCodestring0result code
resultMsgstringsuccessresult message

Example

Successful Response example

{
"result":
{
"orderId":2.02207271417009997E+18
},
"resultCode":"0",
"resultMsg":"success"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}